home *** CD-ROM | disk | FTP | other *** search
- PackageWindow = {
- ACTIONS = {
- doCommand:;
- selectView:;
- };
- OUTLETS = {
- dividingLine;
- pauseButton;
- window;
- viewButton;
- actionButtons;
- stopButton;
- };
- SUPERCLASS = Object;
- };
- PieChart = {
- SUPERCLASS = View;
- };
- IconView = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- doCommand:;
- displayBox:;
- };
- SUPERCLASS = Object;
- };
-